Spread Windows Forms 12.0 Product Documentation
ActionResult<T> Constructor(T)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ActionResult<T> Structure > ActionResult<T> Constructor : ActionResult<T> Constructor(T)
A T value represents the executing result.
Initializes an action success result.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As T _
)
'Usage
 
Dim value As T
 
Dim instance As New ActionResult(Of T)(value)
public ActionResult<T>( 
   T value
)

Parameters

value
A T value represents the executing result.
See Also

Reference

ActionResult<T> Structure
ActionResult<T> Members
Overload List